home *** CD-ROM | disk | FTP | other *** search
- on setUpDemo
- global gResellerVersion, gAutoDelay, gIntroTimeOut, gInteractiveTimeout, gOEMTimeout, gResellerTimeout, gDialogTimeout, gCDROMversion, gLastAudio, gAudioPath, gNoHelp, gUseAVI, gSectionAnimationSpeed, gSwapResExit, gNextKey, gBackKey, gMenuKey, gRestartKey, gExitKey
- set gResellerVersion to 0
- set gCDROMversion to 1
- set gAutoDelay to 4
- set gIntroTimeOut to 30 * 60
- set gOEMTimeout to 90 * 60
- set gResellerTimeout to 60 * 60
- set gDialogTimeout to 90 * 60
- set gSectionAnimationSpeed to 0
- set gNoHelp to 0
- set gUseAVI to 0
- set gSwapResExit to 1
- if the machineType = 256 then
- set gAudioPath to the pathName & "AUDIO\"
- else
- set gAudioPath to the pathName & "AUDIO:"
- end if
- set gNextKey to "n"
- set gBackKey to "b"
- set gMenuKey to "m"
- set gRestartKey to "r"
- set gExitKey to "e"
- end
-